You are here:
Symbol Reference >
Dew Namespace
>
Dew.Math Namespace
>
Dew.Math.Units Namespace
>
Classes
>
Math387 Class
>
Math387 Methods
>
Norm Method
>
Math387.Norm Method ([In] TCplx)
Dew Math for .NET
Math387.Norm Method ([In] TCplx)
Math387 Class
Math387 Members
Dew.Math.Units Namespace
Norm Method
See Also
Collapse All
The ||Z||^2.
Syntax
C#
Visual Basic
public
static
double
Norm
([In]
TCplx
X
);
Public
static
Sub
Norm
(
X
As
[In]
TCplx
)
Returns
the squared norm of complex number:
(x+i*y) becomes:
Sqr
(x) +
Sqr
(y)
.
See Also
Pythag
Group
Norm Method
Links
Math387 Class
,
Math387 Members
,
Dew.Math.Units Namespace
,
Norm Method
,
See Also
Copyright (c) 1999-2024 by Dew Research. All rights reserved.
Contents
|
Index
|
Home
What do you think about this topic?
Send feedback!